Skip to content

Bump Python array API version to 2025.12#2899

Merged
antonwolfy merged 7 commits into
masterfrom
bump-array-api-version
Jun 30, 2026
Merged

Bump Python array API version to 2025.12#2899
antonwolfy merged 7 commits into
masterfrom
bump-array-api-version

Conversation

@antonwolfy

@antonwolfy antonwolfy commented May 5, 2026

Copy link
Copy Markdown
Contributor

This PR declares dpnp support for the 2025.12 version of the Python array API standard, bumping from 2024.12.

The functional work required by the new revision (e.g. meshgrid returning a tuple, searchsorted alignment) has already landed in prior PRs; this change flips the declared version, points the conformance suite at the new spec, and updates the docs and tests accordingly.

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • Have you added documentation for your changes, if necessary?
  • Have you added your changes to the changelog?

@antonwolfy antonwolfy added this to the 0.21.0 release milestone May 5, 2026
@antonwolfy antonwolfy self-assigned this May 5, 2026
@github-actions

github-actions Bot commented May 5, 2026

Copy link
Copy Markdown
Contributor

Array API standard conformance tests for dpnp=0.21.0dev2=py313h509198e_12 ran successfully.
Passed: 1370
Failed: 3
Skipped: 7

@antonwolfy antonwolfy changed the title Bump Python array API version to 2026.12 Bump Python array API version to 2025.12 Jun 29, 2026
@antonwolfy antonwolfy force-pushed the bump-array-api-version branch from 05d0904 to 88e1d99 Compare June 29, 2026 10:42
@github-actions

github-actions Bot commented Jun 29, 2026

Copy link
Copy Markdown
Contributor

View rendered docs @ https://intelpython.github.io/dpnp/index.html

@coveralls

coveralls commented Jun 29, 2026

Copy link
Copy Markdown
Collaborator

Coverage Status

coverage: 78.07% (-0.003%) from 78.073% — bump-array-api-version into master

@antonwolfy antonwolfy force-pushed the bump-array-api-version branch from 88e1d99 to 39c6331 Compare June 29, 2026 14:37
@antonwolfy antonwolfy marked this pull request as ready for review June 29, 2026 14:37
@antonwolfy antonwolfy merged commit 905a552 into master Jun 30, 2026
76 of 84 checks passed
@antonwolfy antonwolfy deleted the bump-array-api-version branch June 30, 2026 11:37
github-actions Bot added a commit that referenced this pull request Jun 30, 2026
This PR declares `dpnp` support for the **2025.12** version of the
Python array API standard, bumping from `2024.12`.

The functional work required by the new revision (e.g. `meshgrid`
returning a tuple, `searchsorted` alignment) has already landed in prior
PRs; this change flips the declared version, points the conformance
suite at the new spec, and updates the docs and tests accordingly. 905a552
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants